home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TACCOUNTSEARCHFORM / TACCOUNTSEARCHFORM.txt
Text File  |  2010-10-15  |  2KB  |  119 lines

  1. object AccountSearchForm: TAccountSearchForm
  2.   Left = 298
  3.   Top = 224
  4.   Width = 397
  5.   Height = 205
  6.   HelpContext = 274
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Find Accounts'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Microsoft Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object FindButton: TTntButton
  23.     Left = 233
  24.     Top = 152
  25.     Width = 75
  26.     Height = 23
  27.     Caption = '&Find'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.     OnClick = FindButtonClick
  32.   end
  33.   object CancelButton: TTntButton
  34.     Left = 311
  35.     Top = 152
  36.     Width = 75
  37.     Height = 23
  38.     Caption = '&Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.   end
  42.   object FindBox: TTntGroupBox
  43.     Left = 0
  44.     Top = 0
  45.     Width = 389
  46.     Height = 145
  47.     Align = alTop
  48.     Caption = 'Find Accounts'
  49.     TabOrder = 0
  50.     object DomainL: TTntLabel
  51.       Left = 8
  52.       Top = 56
  53.       Width = 44
  54.       Height = 13
  55.       Caption = 'Domains:'
  56.     end
  57.     object FindUsrLab: TTntLabel
  58.       Left = 8
  59.       Top = 16
  60.       Width = 43
  61.       Height = 13
  62.       Caption = 'Account:'
  63.     end
  64.     object AccountTypeL: TTntLabel
  65.       Left = 8
  66.       Top = 98
  67.       Width = 66
  68.       Height = 13
  69.       Caption = 'Account type:'
  70.     end
  71.     object FindUserEdit: TTntEdit
  72.       Left = 8
  73.       Top = 32
  74.       Width = 374
  75.       Height = 21
  76.       TabOrder = 0
  77.     end
  78.     object FindDomainEdit: TTntEdit
  79.       Left = 8
  80.       Top = 72
  81.       Width = 353
  82.       Height = 21
  83.       TabOrder = 1
  84.     end
  85.     object AccountType: TTntComboBox
  86.       Left = 8
  87.       Top = 114
  88.       Width = 374
  89.       Height = 21
  90.       Style = csDropDownList
  91.       DropDownCount = 10
  92.       ItemHeight = 13
  93.       TabOrder = 3
  94.       Items.Strings = (
  95.         'User'
  96.         'Group'
  97.         'Resource'
  98.         'Mailing List'
  99.         'List Server'
  100.         'Executable'
  101.         'Notification'
  102.         'Static Route'
  103.         'Catalog'
  104.         'Any'
  105.         'Remote Account')
  106.     end
  107.     object AUSelect: TTntButton
  108.       Tag = 1
  109.       Left = 360
  110.       Top = 72
  111.       Width = 21
  112.       Height = 21
  113.       Caption = '...'
  114.       TabOrder = 2
  115.       OnClick = AUSelectClick
  116.     end
  117.   end
  118. end
  119.